Let's start our first dance move by having the sprite do a headstand!

  • From the section, drag out Flip Up Down.
  • Drop it at the bottom of your program.

The program will run in order from top to bottom. We need to put commands in the order we want them to happen!

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("subway") sprite = codesters.Sprite("person10") sprite.move_down(75)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)